ServiceResult<T>(T, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ServiceResult<T> class.
public ServiceResult (T result, Exception ex);
new Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.ServiceResult<'T> : 'T * Exception -> Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.ServiceResult<'T>
Public Sub New (result As T, ex As Exception)
Parameters
- result
- T
Input result
- ex
- Exception
Input exception