PccEgressException Constructors
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.
Overloads
| Name | Description |
|---|---|
| PccEgressException(PccEgressExceptionStatusError) |
Creates a new PccEgressException with a given |
| PccEgressException(PccEgressExceptionStatusError, PccEgressException+SensitiveCategoryInfo) | |
| PccEgressException(PccEgressExceptionStatusError, String) |
Creates a new PccEgressException with a given |
| PccEgressException(PccEgressExceptionStatusError, String, PccEgressException+SensitiveCategoryInfo) |
PccEgressException(PccEgressExceptionStatusError)
Creates a new PccEgressException with a given StatusCode.
[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)]
public PccEgressException(Android.App.PrivateCompute.PccEgressExceptionStatusError statusCode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.PccEgressException : Android.App.PrivateCompute.PccEgressExceptionStatusError -> Android.App.PrivateCompute.PccEgressException
Parameters
- statusCode
- PccEgressExceptionStatusError
The StatusCode of the egress failure.
- Attributes
Applies to
PccEgressException(PccEgressExceptionStatusError, PccEgressException+SensitiveCategoryInfo)
[Android.Runtime.Register(".ctor", "(ILandroid/app/privatecompute/PccEgressException$SensitiveCategoryInfo;)V", "", ApiSince=37)]
public PccEgressException(Android.App.PrivateCompute.PccEgressExceptionStatusError statusCode, Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo sensitiveCategoryInfo);
[<Android.Runtime.Register(".ctor", "(ILandroid/app/privatecompute/PccEgressException$SensitiveCategoryInfo;)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.PccEgressException : Android.App.PrivateCompute.PccEgressExceptionStatusError * Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo -> Android.App.PrivateCompute.PccEgressException
Parameters
- statusCode
- PccEgressExceptionStatusError
- sensitiveCategoryInfo
- PccEgressException.SensitiveCategoryInfo
- Attributes
Applies to
PccEgressException(PccEgressExceptionStatusError, String)
Creates a new PccEgressException with a given StatusCode and detailed error message.
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=37)]
public PccEgressException(Android.App.PrivateCompute.PccEgressExceptionStatusError statusCode, string message);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.PccEgressException : Android.App.PrivateCompute.PccEgressExceptionStatusError * string -> Android.App.PrivateCompute.PccEgressException
Parameters
- statusCode
- PccEgressExceptionStatusError
The StatusCode of the egress failure.
- message
- String
The detailed error message description.
- Attributes
Applies to
PccEgressException(PccEgressExceptionStatusError, String, PccEgressException+SensitiveCategoryInfo)
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/app/privatecompute/PccEgressException$SensitiveCategoryInfo;)V", "", ApiSince=37)]
public PccEgressException(Android.App.PrivateCompute.PccEgressExceptionStatusError statusCode, string message, Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo sensitiveCategoryInfo);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/app/privatecompute/PccEgressException$SensitiveCategoryInfo;)V", "", ApiSince=37)>]
new Android.App.PrivateCompute.PccEgressException : Android.App.PrivateCompute.PccEgressExceptionStatusError * string * Android.App.PrivateCompute.PccEgressException.SensitiveCategoryInfo -> Android.App.PrivateCompute.PccEgressException
Parameters
- statusCode
- PccEgressExceptionStatusError
- message
- String
- sensitiveCategoryInfo
- PccEgressException.SensitiveCategoryInfo
- Attributes