System.NotCancelableException.NotCancelableException C# (CSharp) Méthode

NotCancelableException() public méthode

public NotCancelableException ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization
		public NotCancelableException ()
			: base (Locale.GetText (" The operation attempted to be canceled could not be because it was not in a cancelable region."))
		{
			HResult = Result;
		}

Same methods

NotCancelableException::NotCancelableException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
NotCancelableException::NotCancelableException ( string message ) : System.Runtime.Serialization
NotCancelableException::NotCancelableException ( string message, Exception innerException ) : System.Runtime.Serialization
NotCancelableException