DeploymentOperationException 类
Represents Master Data Services deployment errors with embedded collection services API operation errors.
继承层次结构
System. . :: . .Object
System. . :: . .Exception
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentException
Microsoft.MasterDataServices.Deployment..::..DeploymentOperationException
命名空间: Microsoft.MasterDataServices.Deployment
程序集: Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)
语法
声明
<SerializableAttribute> _
Public Class DeploymentOperationException _
Inherits DeploymentException
用法
Dim instance As DeploymentOperationException
[SerializableAttribute]
public class DeploymentOperationException : DeploymentException
[SerializableAttribute]
public ref class DeploymentOperationException : public DeploymentException
[<SerializableAttribute>]
type DeploymentOperationException =
class
inherit DeploymentException
end
public class DeploymentOperationException extends DeploymentException
DeploymentOperationException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DeploymentOperationException() () () () | Initializes a new instance of the DeploymentOperationException class with default values. | |
DeploymentOperationException(String) | Initializes a new instance of the DeploymentOperationException class with the specified error message. | |
DeploymentOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances. | |
DeploymentOperationException(String, Collection< (Of < <' (Error> ) > > )) | Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection. | |
DeploymentOperationException(String, Exception) | Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception. | |
DeploymentOperationException(String, Exception, Collection< (Of < <' (Error> ) > > )) | Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection. |
页首
属性
名称 | 说明 | |
---|---|---|
Data | (从 Exception 继承。) | |
Errors | Gets the operation result errors associated with this exception. | |
HelpLink | (从 Exception 继承。) | |
HResult | (从 Exception 继承。) | |
InnerException | (从 Exception 继承。) | |
Message | (从 Exception 继承。) | |
Source | (从 Exception 继承。) | |
StackTrace | (从 Exception 继承。) | |
TargetSite | (从 Exception 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
AddError | Adds an error to the exception's collection of operation response errors. | |
AddErrors | Adds a collection of errors to the exception's collection of operation response errors. | |
ClearErrors | Clears out the error collection. | |
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetBaseException | (从 Exception 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetObjectData | (从 Exception 继承。) | |
GetType | (从 Exception 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Exception 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。